home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / basecvrt / basabout.frm next >
Text File  |  1995-09-06  |  2KB  |  79 lines

  1. VERSION 2.00
  2. Begin Form AboutForm 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About BaseConvert"
  6.    ClientHeight    =   3045
  7.    ClientLeft      =   1875
  8.    ClientTop       =   1890
  9.    ClientWidth     =   5085
  10.    ControlBox      =   0   'False
  11.    Height          =   3450
  12.    Left            =   1815
  13.    LinkMode        =   1  'Source
  14.    LinkTopic       =   "Form1"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   3045
  18.    ScaleWidth      =   5085
  19.    Top             =   1545
  20.    Width           =   5205
  21.    Begin CommandButton Command1 
  22.       BackColor       =   &H00C0C0C0&
  23.       Caption         =   "OK"
  24.       Height          =   495
  25.       Left            =   1800
  26.       TabIndex        =   1
  27.       Top             =   2280
  28.       Width           =   1575
  29.    End
  30.    Begin Label Label4 
  31.       BackColor       =   &H00C0C0C0&
  32.       Caption         =   "FREEWARE"
  33.       Height          =   255
  34.       Left            =   2040
  35.       TabIndex        =   4
  36.       Top             =   1800
  37.       Width           =   1215
  38.    End
  39.    Begin Label Label3 
  40.       BackColor       =   &H00C0C0C0&
  41.       Caption         =   "This program and all source code is:"
  42.       Height          =   255
  43.       Left            =   960
  44.       TabIndex        =   3
  45.       Top             =   1320
  46.       Width           =   3375
  47.    End
  48.    Begin Label Label2 
  49.       BackColor       =   &H00C0C0C0&
  50.       Caption         =   "Designed and written by  Dennis L. Huss"
  51.       Height          =   255
  52.       Left            =   840
  53.       TabIndex        =   2
  54.       Top             =   960
  55.       Width           =   3735
  56.    End
  57.    Begin Label Label1 
  58.       BackColor       =   &H00C0C0C0&
  59.       Caption         =   "BaseConverter"
  60.       FontBold        =   -1  'True
  61.       FontItalic      =   0   'False
  62.       FontName        =   "MS Sans Serif"
  63.       FontSize        =   24
  64.       FontStrikethru  =   0   'False
  65.       FontUnderline   =   0   'False
  66.       ForeColor       =   &H00FF0000&
  67.       Height          =   495
  68.       Left            =   360
  69.       TabIndex        =   0
  70.       Top             =   240
  71.       Width           =   4575
  72.    End
  73. End
  74.  
  75. Sub Command1_Click ()
  76.     AboutForm.Hide
  77. End Sub
  78.  
  79.